Learning Objectives

After completing this lesson, you’ll be able to:

Instructions

In this lesson, you will:

Resources

Combine Your Data Streams

Sven

When multiple streams connect to the same input port, the features accumulate. This operation is often called a union.

Sven continues working on his Excel-to-geodatabase workspace. He realizes that with a separate writer feature type for each public art feature type, he will end up with many layers in the geodatabase, one for each neighborhood’s public art features. This corresponds to the Excel file's structure, with one sheet per neighborhood. However, in the geodatabase, he’d prefer all public art stored in a single layer called PublicArt. He gets to work on editing his writer feature types to achieve this outcome.

1) Open Starting Workspace

2) Edit Writer Feature Types

To create a single public art feature type, you could add a new one, but it's easy to edit an existing one and then delete the others.

Changing writer feature type name

3) Connect Feature Types

Connecting feature types

4) Run and Locate Your Output Data

Open Containing Folder button

In the next lesson, we’ll inspect it to ensure the contents of Vancouver.gdb are correct by checking that there are two feature types (BusinessOwners and PublicArt), they have the correct schema (attribute names, types, and allowed geometries), and they contain the correct number of features.

Leave Us Feedback on This Lesson